home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / quit.dir / 00009.ls < prev    next >
Encoding:
Text File  |  1996-03-18  |  159 b   |  11 lines

  1. on exitFrame
  2.   global bye, doneFlag
  3.   if bye = 0 then
  4.     startTimer()
  5.     set bye to 1
  6.   end if
  7.   if the timer < (3 * 60) then
  8.     go(the frame)
  9.   end if
  10. end
  11.